Converts a String into quoted-printable format.
Syntax |
|---|
|
result = EncodeQuotedPrintable( str ) |
Parameters |
||
|---|---|---|
|
str |
The string expression to be converted. |
|
Return Value |
||
|---|---|---|
|
Result |
The result of processing str. |
|
Notes
EncodeQuotedPrintable converts unprintable characters (i.e., control characters, returns and tabs) into hexadecimal. It is designed for handling email or usenet messages.
The DecodeQuotedPrintable function performs the function in reverse.
See Also
DecodeQuotedPrintable function.